From 28967b51f508b376aa46e4bdcd98ba295e4bb6a0 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Thu, 13 Apr 2006 14:48:09 -0600 Subject: [PATCH] [IA64] VTi: vtlb_insert: call panic_domain instead of panic vtlb_insert: call panic_domain instead of panic if vrr.ps mismatch itir.ps. Signed-off-by: Tristan Gingold --- xen/arch/ia64/vmx/vtlb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xen/arch/ia64/vmx/vtlb.c b/xen/arch/ia64/vmx/vtlb.c index 09ddfbf244..418d763d3f 100644 --- a/xen/arch/ia64/vmx/vtlb.c +++ b/xen/arch/ia64/vmx/vtlb.c @@ -393,7 +393,8 @@ void vtlb_insert(thash_cb_t *hcb, u64 pte, u64 itir, u64 va) vcpu_get_rr(current, va, &vrr.rrval); if (vrr.ps != ps) { // machine_tlb_insert(hcb->vcpu, entry); - panic("not preferred ps with va: 0x%lx\n", va); + panic_domain(NULL, "not preferred ps with va: 0x%lx vrr.ps=%d ps=%d\n", + va, vrr.ps, ps); return; } hash_table = vsa_thash(hcb->pta, va, vrr.rrval, &tag); -- 2.30.2